home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / svcitocx / relnotes.txt < prev    next >
Encoding:
Text File  |  1999-05-18  |  1.3 KB  |  31 lines

  1. 02-Jul-1998 Version 1.0.3
  2. - First public Beta version
  3.  
  4. 08-Jul-1998 Version 1.0.4
  5. - Removed auto start of service in debug mode, you now need to call the Start() method to start the service or right click -> Start
  6. - Added a StartService parameter to the Install() Method
  7. - Windows 95/98 support. The control will simulate Windows NT service manager calls under 95/98 (same as debug mode)
  8.  
  9. 30-Aug-1998 Version 1.0.5
  10. - Added support for local/remote administration (Install, Remove, Start, Stop, Pause) of any services
  11. - Added new properties (Mode, ServiceExe and MachineName)
  12. - Added new method IsAdmin()
  13.  
  14. 14-Sep-1998 Version 1.0.6
  15. - First public release
  16.  
  17. 21-Sep-1998 Version 1.0.7
  18. - Corrected compil bug on x86 Demo version
  19.  
  20. 31-Oct-1998 Version 1.0.8
  21. - Corrected a problem with the 'Dependencies' property. The property was ignored when the Install() method was called
  22.  
  23. 05-May-1999 Version 1.1.9
  24. - Added: When the Install() method is called, required security priviliges are automatically granted to the user account configured to start the service.
  25.  
  26. 16-May-1999 Version 1.1.10
  27. - Corrected a problem that caused the control not to register properly under Windows 95/98
  28.  
  29. 18-May-1999 Version 1.1.11
  30. - svcit.ocx is now a separate module for Windows 95/98 and Windows NT/2000
  31.